video {
  width: 100%;
  height: 100%;
}
#index_swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.get-pointer {
  color: #17A1FF !important;
  font-weight: bold;
}
.business-ser-move {
  position: fixed;
  top: 260px;
  left: 130px;
  transition: all 0.4s;
}
.marketing-calendar {
  margin: 0 auto 30px;
  position: relative;
}
.marketing-calendar .left-row {
  position: absolute;
  z-index: 1;
  top: 86px;
  left: -15px;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.marketing-calendar .right-row {
  position: absolute;
  z-index: 1;
  top: 86px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.marketing-calendar .marketing-calendar-title {
  font-size: 28px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #000000;
  margin-bottom: 24px;
}
.marketing-calendar-content {
  width: 100%;
  overflow: hidden;
}
.marketing-calendar-con {
  display: flex;
  height: 82px;
  flex-wrap: nowrap;
  width: max-content;
  margin-left: 0;
  transition: margin-left 0.6s;
}
.marketing-calendar-con-son {
  display: flex;
  width: 218px;
  height: 78px;
  margin-right: 12px;
  border-radius: 6px;
  border: 1px solid #DEDFE1;
}
.marketing-calendar-con-active {
  background: rgba(0, 138, 255, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 90, 166, 0.2);
  border-radius: 6px;
  width: 216px;
  border: 2px solid #008AFF;
}
.marketing-calendar-con-son .calendar-msg {
  width: 122px;
  margin-left: 16px;
  margin-top: 16px;
  overflow: hidden;
}
.marketing-calendar-con-son .calendar-msg div:first-child {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  position: relative;
}
.marketing-calendar-con-son .calendar-msg div:first-child span {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 4px;
  margin-right: 4px;
  height: 14px;
}
.card-green {
  background: #00B278;
}
.card-primary {
  background: #1A80FF;
}
.card-red {
  background: #FA5555;
}
.marketing-calendar-con-son .calendar-msg div:last-child {
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: #595959;
}
.marketing-calendar-con-son .calendar-msg div:last-child span {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #BFBFBF;
  border-radius: 1px;
  margin: 0 1px;
}
.marketing-calendar-con-son .days {
  width: 54px;
  height: 40px;
  margin-top: 19px;
  margin-left: 15px;
  border-radius: 4px;
}
.marketing-calendar-con-son .today {
  background: rgba(0, 138, 255, 0.05);
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #FF5400;
}
.marketing-calendar-con-son .not-today {
  background: rgba(0, 138, 255, 0.05);
  display: flex;
}
.marketing-calendar-con-son .not-today div:first-child {
  width: 44px;
  font-size: 20px;
  line-height: 40px;
  font-family: MicrosoftYaHei;
  color: #008AFF;
  text-align: center;
}
.marketing-calendar-con-son .not-today div:last-child {
  font-size: 9px;
  font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  font-weight: 400;
  color: #008AFF;
  transform: scale(0.8);
  line-height: 20px;
}
.marketing-calendar-con-active .days {
  background: white;
}
.marketing-calendar-con-active .not-today div:first-child,
.marketing-calendar-con-active .not-today div:last-child {
  color: #FF5400;
}
.calendar-data-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow: hidden;
  margin: 24px auto 0;
}
.calendar-data-hide {
  display: none;
}
.calendar-data-single {
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.calendar-data-single .calendar-data-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 10px 10px;
  backdrop-filter: blur(2px);
  transition: bottom 0.4s;
}
.calendar-data-single .calendar-data-bottom span {
  float: left;
  max-width: 135px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 12px;
  margin-right: 8px;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.calendar-data-single img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s;
}
.calendar-data-single:hover img {
  transform: scale(1.1);
}
.calendar-data-single:hover .calendar-data-bottom {
  bottom: -50px;
}
.business-ser-content {
  margin-bottom: 50px;
}
@media screen and (max-width: 1580px) {
  .business-ser-position {
    display: none;
  }
}
@media (min-width: 1580px) {
  .business-ser-content {
    width: 1440px;
  }
  .marketing-calendar,
  .calendar-data-content {
    width: 1440px;
  }
  .calendar-data-content {
    height: 412px;
  }
  .calendar-data-single {
    width: 268px;
    height: 402px;
  }
}
@media (max-width: 1580px) {
  .business-ser-content {
    width: 1200px;
  }
  .marketing-calendar,
  .calendar-data-content {
    width: 1200px;
  }
  .calendar-data-content {
    height: 342px;
  }
  .calendar-data-single {
    width: 220px;
    height: 330px;
  }
}
.indexV6-banner-boxV1 .indexV6-banner .in-search-boxV1 .search-popular {
  height: 28px;
  line-height: 28px;
  margin-top: 15px;
}
.indexV6-banner-boxV1 .indexV6-banner .in-search-boxV1 .search-popular .search-popular-icon {
  background: url(//static.588ku.com/imgPath/index/images/V1/search_hold.gif) no-repeat center / auto 22px;
  width: 105px;
  float: left;
  height: 28px;
}
.indexV6-banner-boxV1 .indexV6-banner .in-search-boxV1 .search-popular {
  padding: 0 70px 0 88px;
}
@media screen and (max-width: 1580px) {
  .indexV6-banner-boxV1 .indexV6-banner .indexV6-cont .indexV6-contChild .qk-banner .slide .banner-img {
    position: relative;
    left: 0px;
  }
}
.go-christmas {
  position: absolute;
  width: 75px;
  top: -18px;
  right: -21px;
}
.choiceness-goods-20221010 {
  width: 1200px;
  margin: 0 auto 40px;
  padding-top: 0;
}
.new-item {
  width: 285px !important;
  height: 156px !important;
}
@media screen and (min-width: 1580px) {
  .choiceness-goods-20221010 {
    width: 1440px;
  }
  .new-item {
    width: 345px !important;
    height: 189px !important;
  }
}
.quick_methods {
  display: none !important;
}
.qk-banner .qk-banner-right-top {
  position: absolute;
  right: 231px;
  top: 176px;
  width: 190px;
  height: 34px;
  z-index: 4;
  background: url('//js.588ku.com/comp/homepage/img/banner-jiao.png') no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1580px) {
  .indexV6-banner-boxV1 .indexV6-banner .indexV6-cont .indexV6-contChild .qk-banner .slide .banner-img a {
    height: 390px;
    width: 1440px;
    padding-top: 118px;
    z-index: 2;
    position: relative;
    overflow: hidden;
  }
  .indexV6-banner-boxV1 .indexV6-banner .indexV6-cont .indexV6-contChild .qk-banner .slide .banner-img a img {
    height: 100%;
    max-width: 1440px;
    width: auto;
    border-top-right-radius: 4px;
  }
}
@media screen and (max-width: 1580px) {
  .indexV6-banner-boxV1 .indexV6-banner .indexV6-cont .indexV6-contChild .qk-banner .slide .banner-img a {
    height: 390px;
    width: 1200px;
    padding-top: 178px;
    z-index: 2;
    position: relative;
    overflow: hidden;
  }
  .indexV6-banner-boxV1 .indexV6-banner .indexV6-cont .indexV6-contChild .qk-banner .slide .banner-img a img {
    height: 100%;
    width: auto;
    border-top-right-radius: 4px;
  }
}
.spider_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.out-content-box,
.new-sand-modal {
  box-sizing: border-box;
  width: 1440px;
  margin: 0 auto;
  padding-top: 60px;
}
.out-content-box-title {
  position: relative;
}
.out-content-box-title .master-title {
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #262626;
  line-height: 28px;
  display: flex;
  position: relative;
  align-items: flex-end;
  cursor: pointer;
  margin-right: 20px;
}
.out-content-box-title .master-title .with-icon {
  display: flex;
  position: relative;
  align-items: flex-end;
}
.out-content-box-title .master-title .with-icon .icon {
  width: 30px;
  margin-right: 10px;
}
.out-content-box-title .master-title .with-icon .icon img {
  width: 100%;
  vertical-align: middle;
}
.out-content-box-title .master-title .with-icon .bar {
  width: calc(100% + 6px);
  height: 10px;
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.out-content-box-title .master-title p:first-child {
  font-size: 28px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #000000;
  line-height: 26px;
}
.out-content-box-title .master-title p:last-child {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #8C8C8C;
  line-height: 22px;
  position: absolute;
  font-weight: normal;
  bottom: -20px;
  transform: translateY(100%);
  white-space: nowrap;
}
.out-content-box-title .small-title a {
  display: inline-block;
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  background: #DCF1FF;
  border-radius: 16px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #595959;
  margin-right: 14px;
  cursor: pointer;
}
.out-content-box-title .small-title .on {
  background: #17A1FF;
  color: white;
}
.out-content-box-subtitle,
.out-content-box-subtitle a {
  font-size: 20px;
  color: #8C8C8C;
  font-weight: normal;
}
.out-content-box .small-content-show {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.small-content-hide {
  display: none !important;
}
.single-small-img {
  position: relative;
  width: 268px;
  height: 402px;
  border-radius: 10px;
  background-color: #d0d0d0;
  overflow: hidden;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.single-small-img-div,
.modal-right-img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  background-repeat: repeat;
}
.lazyload {
  background-image: none;
}
.single-small-img:hover .single-small-img-div {
  transform: scale(1.1);
}
.single-small-bottom {
  transform: translateY(0%);
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 10px 10px;
  backdrop-filter: blur(2px);
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding-left: 14px;
}
.single-small-bottom b {
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  margin-right: 4px;
  font-size: 16px;
}
.single-small-img:hover .single-small-bottom {
  bottom: -40px;
}
.new-sand-modal {
  padding-top: 0;
  overflow: hidden;
}
.sand-modal-left {
  float: left;
  overflow: hidden;
  position: relative;
  width: 710px;
  height: 384px;
  margin-right: 20px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}
.sand-modal-left .pagition {
  position: absolute;
  left: auto;
  bottom: 15px;
  right: 15px;
  width: auto;
  z-index: 2;
}
.sand-modal-left .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.4;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
.sand-modal-left .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.sand-modal-right {
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 345px;
  height: 182px;
  background: rgba(0, 0, 0, 0.4);
}
.sand-modal-right:hover .modal-right-img {
  transform: scale(1.1);
}
.sand-modal-right:hover .single-small-bottom {
  bottom: -40px;
}
.sand-modal-right:nth-child(2),
.sand-modal-right:nth-child(4),
.sand-modal-right:nth-child(8) {
  margin-right: 0px;
}
.new-office-modal {
  width: 1440px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.office-modal-single {
  position: relative;
  width: 342px;
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}
.check-more-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.check-more-img a {
  font-size: 14px;
  color: #17A1FF;
}
.check-more-img a:hover {
  font-weight: bold;
  color: #262626;
}
@media screen and (max-width: 1580px) {
  .out-content-box,
  .new-sand-modal,
  .new-office-modal {
    width: 1200px;
  }
  .single-small-img {
    width: 220px;
    height: 330px;
  }
  .sand-modal-left {
    width: 590px;
    height: 332px;
  }
  .sand-modal-right {
    width: 285px;
    height: 160px;
    margin-bottom: 12px;
  }
  .office-modal-single {
    width: 285px;
    height: 394px;
  }
}
.new-vip-wrap .new-vip-item {
  width: 330px !important;
  padding: 85px 0 0 0 !important;
}
.new-vip-item .top-vip-log {
  width: 130px;
  height: 104px;
  position: absolute;
  left: 50%;
  top: -37px;
  transform: translateX(-50%);
}
.vip-button-shang:hover {
  background-color: #239F49 !important;
}
.new-vip-item .vip-button {
  width: 200px !important;
  height: 48px !important;
  border-radius: 40px !important;
}
.new-vip-item .info {
  align-items: normal !important;
}
.new-vip-item .info .left {
  font-weight: bold !important;
  font-size: 12px !important;
  margin-left: 22px !important;
  width: 38px !important;
  height: 38px !important;
  margin-right: 10px !important;
}
.new-vip-item .info .left span {
  line-height: 16px !important;
}
.new-vip-item .info .right {
  margin-right: 20px !important;
  line-height: 16px !important;
  font-size: 12px !important;
}
.new-vip-item .rights-show .right {
  width: 76px !important;
}
@media screen and (max-width: 1580px) {
  .new-vip-wrap .new-vip-item {
    width: 270px !important;
  }
  .new-qi-info {
    margin-bottom: 2px !important;
  }
  .new-qi-two-info {
    margin-bottom: 6px !important;
  }
  .new-vip-item .rights-show {
    justify-content: flex-start !important;
    margin-left: 13px !important;
  }
  .new-vip-item .rights-show .right span {
    margin-top: 6px !important;
  }
  .new-vip-item .rights-show .right {
    margin-bottom: 12px !important;
    width: 81px !important;
  }
  .new-vip-item .customization {
    margin-bottom: 10px !important;
  }
}
.icon-zuo3,
.icon-you3 {
  opacity: 0.3 !important;
}
.icon-zuo3::before,
.icon-you3::before {
  display: none;
}
.tabBtn:hover i {
  opacity: 1 !important;
}
.business-ser-content {
  display: flex;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 50px;
  position: relative;
}
.business-ser-content .business-ser-position {
  position: fixed;
  width: 50px;
  width: 90px;
  left: -130px;
  z-index: 9;
  height: 332px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.business-ser-content .business-ser-position div {
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: #595959;
  text-align: center;
  margin-top: 12px;
  cursor: pointer;
}
.business-ser-content .business-ser-position div:hover {
  color: #17A1FF;
}
.business-ser-content .left-row {
  position: absolute;
  z-index: 1;
  top: 124px;
  left: 800px;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.business-ser-content .right-row {
  position: absolute;
  z-index: 1;
  top: 124px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.business-ser-content .business-ser-ban {
  width: 800px;
  height: 216px;
  overflow: hidden;
  position: relative;
  border-radius: 20px 20px 15px 15px;
  background: url('//js.588ku.com/comp/home/images/home_left_bg.png') no-repeat center;
  background-size: 100% 100%;
}
.business-ser-content .business-ser-ban * {
  position: relative;
  z-index: 2;
}
.business-ser-content .business-ser-ban .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.business-ser-content .business-ser-ban .bg img {
  width: 100%;
  height: 100%;
}
.business-ser-content .business-ser-ban .business-ser-ban-span {
  font-family: MicrosoftYaHei;
}
.business-ser-content .business-ser-ban .business-ser-ban-span a {
  color: #474747;
}
.business-ser-content .business-ser-ban .business-ser-ban-img {
  display: flex;
  margin-top: 19px;
  margin-bottom: 18px;
}
.business-ser-content .business-ser-ban .business-ser-ban-img a {
  display: block;
  width: 230px;
  height: 100px;
  margin-left: 24px;
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 13px;
  padding-left: 24px;
  box-sizing: border-box;
  line-height: 132px;
  transition: all 0.4s;
  color: #474747;
}
.business-ser-content .business-ser-ban .business-ser-ban-img a:first-child {
  background: url('//js.588ku.com/comp/home/images/home_left_show_1.png') no-repeat;
  background-size: 100%;
  margin-left: 30px;
}
.business-ser-content .business-ser-ban .business-ser-ban-img a:nth-child(2) {
  background: url('//js.588ku.com/comp/home/images/home_left_show_2.png') no-repeat;
  background-size: 100%;
  position: relative;
}
.business-ser-content .business-ser-ban .business-ser-ban-img a:hover i {
  display: block;
}
.business-ser-content .business-ser-ban .business-ser-ban-img a:last-child {
  background: url('//js.588ku.com/comp/home/images/home_left_show_3.png') no-repeat;
  background-size: 100%;
}
.business-ser-content .business-ser-ban .business-ser-ban-img a:hover {
  transform: scale(1.1);
}
.business-ser-content .business-ser-ban .business-ser-ban-img a .aiImg {
  width: 70px;
  position: absolute;
  right: -6px;
  top: -6px;
}
.business-ser-content .business-ser-ban .business-ser-ban-img a i {
  display: none;
}
.business-ser-content .business-ser-ban .business-ser-ban-small {
  margin-left: 30px;
  display: flex;
  font-size: 0;
}
.business-ser-content .business-ser-ban .business-ser-ban-small a {
  display: inline-block;
  position: relative;
  margin-right: 18px;
  padding: 0 12px;
  height: 32px;
  background: #EBEDEE;
  border-radius: 36px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #262626;
  cursor: pointer;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-ser-content .business-ser-ban .business-ser-ban-small a:hover {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.business-ser-content .business-ser-ban .business-ser-ban-small a img {
  position: relative;
  z-index: 2;
  margin-right: 6px;
  width: 18px;
  height: 18px;
}
.business-ser-content .business-ser-ban .business-ser-ban-small a div {
  position: relative;
  z-index: 2;
}
.business-ser-content .business-ser-ban .business-ser-ban-small a span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -12px;
  border-radius: 10px 10px 0px 0px;
  z-index: 1;
}
.business-ser-content .business-ser-ban span {
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
}
.business-ser-content .business-ser-ban span:first-child {
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  width: 102px;
  color: #FFFFFF;
  text-align: center;
  margin-right: 13px;
  position: relative;
  z-index: 100;
}
.business-ser-content .material-info-wrap {
  flex: 1;
  width: 0;
  box-sizing: border-box;
  position: relative;
  margin-left: 17px;
}
.business-ser-content .material-info-wrap .material-info-swiper {
  border-radius: 10px;
}
.business-ser-content .material-info-wrap .material-info-swiper .swiper-wrapper .swiper-slide {
  width: 200px;
  height: 216px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 12px;
}
.business-ser-content .material-info-wrap .material-info-swiper .swiper-wrapper .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.business-ser-content .material-info-wrap .material-info-swiper .swiper-wrapper .swiper-slide:hover > a {
  transform: scale(1.05);
}
.business-ser-content .material-info-wrap .material-info-swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
.business-ser-content .material-info-wrap .swiper-button-disabled {
  display: none!important;
}
.business-ser-content .material-info-wrap .swiper-button-prev.left {
  position: absolute;
  z-index: 1;
  top: 124px;
  left: -15px;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.business-ser-content .material-info-wrap .swiper-button-prev.left > i {
  font-weight: 900;
}
.business-ser-content .material-info-wrap .swiper-button-next.right {
  position: absolute;
  z-index: 1;
  top: 124px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.business-ser-content .material-info-wrap .swiper-button-next.right > i {
  font-weight: 900;
}
.business-ser-content .business-ser-sin {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.business-ser-content .business-ser-sin .business-ser-sin-con {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 276px;
  margin-left: 0;
  transition: margin-left 0.6s;
}
.business-ser-content .business-ser-sin .business-ser-sin-con div {
  width: 200px;
  height: 132px;
  margin-left: 13px;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 10px;
}
.business-ser-content .business-ser-sin .business-ser-sin-con div img {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=./231019.css.map */